home *** CD-ROM | disk | FTP | other *** search
- Changes name, creator, and/or file-type of one or more files. It also
- assigns the current date/time and toggles the ‘hidden’ file attribute.
-
- REN source [destination] [/!] [/C=src-creator] [/C!dst-creator] [/D]
- [/H] [/L] [/T=src-file-type] [/T!dst-file-type]
-
- source specifies what is to be renamed.
- It can be a filename, a wildcarded filename, or a
- directory name, possibly preceded by a volume and path spec.
- destination specifies the new name[s].
- It can only be a file name, possibly wildcarded but NOT
- preceded by a volume and path spec.
- /! automatically modifies the destination filenames if there
- are duplicates, so that the command can be completed.
- /C=src-creator only renames files of the given src-creator.
- /C!dst-creator changes the creator to the given dst-creator.
- /D assigns the current date/time to the source.
- /H makes visible the hidden sources and hides the visible
- sources.
- /L makes the selection of sources case sensitive.
- /T=src-file-type only renames files of the given src-file-type.
- /T!dst-file-type changes the file type to the given dst-file-type.
-